home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Demo / Maguma / workbench-2.1.0-trial.exe / {app} / resource / common / defaults / autocompletion.xml next >
Extensible Markup Language  |  2004-03-04  |  286b  |  25 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <codecompletion>
  3.     <token name="classd">
  4.         class |
  5.         {
  6.  
  7.         }
  8.     </token>
  9.     <token name="classf">
  10.         class |
  11.         {
  12.             function ()
  13.             {
  14.             
  15.             }
  16.         }
  17.     </token>
  18.     <token name="func">
  19.         function | ()
  20.         {
  21.  
  22.         }
  23.     </token>
  24. </codecompletion>
  25.